home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / ext / filehandle / makefile.pl < prev   
Encoding:
Makefile  |  1996-02-12  |  197 b   |  7 lines

  1. use ExtUtils::MakeMaker;
  2. WriteMakefile(
  3.     MAN3PODS   => ' ',            # Pods will be built by installman.
  4.     XSPROTOARG => '-noprototypes',     # XXX remove later?
  5.     VERSION_FROM => 'FileHandle.pm',
  6. );
  7.